runtime.traceRegionAllocBlock.data (field)
6 uses
runtime (current package)
traceregion.go#L32: data [traceRegionAllocBlockData]byte
traceregion.go#L56: if r <= uintptr(len(block.data)) {
traceregion.go#L57: return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L73: if r <= uintptr(len(block.data)) {
traceregion.go#L75: x = (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L93: x = (*notInHeap)(unsafe.Pointer(&block.data[0]))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |